2004-11-01 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Doc update.
+
* gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Revalidate the
iter. (#156924, Murray Cumming)
2004-11-01 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Doc update.
+
* gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Revalidate the
iter. (#156924, Murray Cumming)
2004-11-01 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Doc update.
+
* gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Revalidate the
iter. (#156924, Murray Cumming)
2004-11-01 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Doc update.
+
* gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Revalidate the
iter. (#156924, Murray Cumming)
2004-11-01 Matthias Clasen <mclasen@redhat.com>
+ * gtk/tmpl/gtkaboutdialog.sgml: Small update.
+
* gdk-pixbuf/tmpl/initialization_versions.sgml: Document
gdk_pixbuf_{major,minor,micro}_version.
clicks on a link or email address, see gtk_about_dialog_set_email_hook()
and gtk_about_dialog_set_url_hook().
</para>
+<para>
+To make constructing a #GtkAboutDialog as convenient as possible, you can
+use the function gtk_show_about_dialog() which constructs and shows a dialog
+and keeps it around so that it can be shown again.
+</para>
<!-- ##### SECTION See_Also ##### -->
<para>
@logo:
+<!-- ##### FUNCTION gtk_about_dialog_get_logo_icon_name ##### -->
+<para>
+
+</para>
+
+@about:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_about_dialog_set_logo_icon_name ##### -->
+<para>
+
+</para>
+
+@about:
+@icon_name:
+
+
<!-- ##### USER_FUNCTION GtkAboutDialogActivateLinkFunc ##### -->
<para>
The type of a function which is called when a URL or email
* @Varargs: value of first property, followed by more properties, %NULL-terminated
*
* This is a convenience function for showing an application's about box.
+ * The constructed dialog is associated with the parent window and
+ * reused for future invocations of this function.
*
* Since: 2.6
*/